home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 733 b | 33 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWBldDef.h
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993, 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- // This file should contains definitions specific to the build configuration.
-
- #ifndef FWBLDDEF_H
- #define FWBLDDEF_H
-
- // ----- Platform definition
- #define FW_BUILD_MAC
- #define FW_BUILD_MACPPC
- #undef FW_BUILD_MAC68K
-
- #undef FW_BUILD_WIN
- #undef FW_BUILD_WIN16
- #undef FW_BUILD_WIN32
- #undef FW_BUILD_WIN32S
-
- // ----- Debug definition
- #undef FW_DEBUG
-
- // ----- Remove SOM_TRACE
- #define _RETAIL
-
- #endif
-
-